home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / iris / browsewwwscripts / amosaic next >
Text File  |  1999-05-14  |  273b  |  12 lines

  1. /* REXX script to start AMosaic.
  2.  * WARNING: this script has not been tested!
  3.  */
  4.  
  5. parse arg URL
  6. if ~show('P','AMOSAIC.1') then do
  7.    address command 'cd AMosaic:'||'0a'x||'run >nil: AMosaic'
  8.    address command 'waitforport AMOSAIC.1'
  9. end
  10. address 'AMOSAIC' 'JUMP URL' URL
  11.  
  12.